encoding/json.decodeState.readIndex (method)

22 uses

	encoding/json (current package)
		decode.go#L220: func (d *decodeState) readIndex() int {
		decode.go#L385: 		start := d.readIndex()
		decode.go#L389: 			if err := d.literalStore(d.data[start:d.readIndex()], v, false); err != nil {
		decode.go#L506: 		start := d.readIndex()
		decode.go#L603: 		start := d.readIndex()
		decode.go#L673: 		start := d.readIndex()
		decode.go#L675: 		item := d.data[start:d.readIndex()]
		decode.go#L876: 			d.saveError(&UnmarshalTypeError{Value: val, Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L917: 				d.saveError(&UnmarshalTypeError{Value: "bool", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L925: 				d.saveError(&UnmarshalTypeError{Value: "bool", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L939: 			d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L942: 				d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L962: 				d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L984: 			d.saveError(&UnmarshalTypeError{Value: "number", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L992: 				d.saveError(&UnmarshalTypeError{Value: "number", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1000: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1008: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1016: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1087: 		start := d.readIndex()
		decode.go#L1089: 		item := d.data[start:d.readIndex()]
		decode.go#L1126: 	start := d.readIndex()
		decode.go#L1129: 	item := d.data[start:d.readIndex()]